var runtime.startingStackSize
7 uses
runtime (current package)
metrics.go#L327: out.scalar = uint64(startingStackSize)
proc.go#L5142: if stksize != uintptr(startingStackSize) {
proc.go#L5204: if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
proc.go#L5218: gp.stack = stackalloc(startingStackSize)
stack.go#L1336: var startingStackSize uint32 = fixedStack
stack.go#L1362: startingStackSize = fixedStack
stack.go#L1375: startingStackSize = uint32(round2(int32(avg)))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |